XML Einrichten Version 1.3
LineAmountQualifier Simple Type
XML Einrichten Version 1.3 : LineAmountQualifier Simple Type
Beschreibung
Positionsbetrag
Codeliste:
66 = Netto Wert = Brutto Preis*Menge - Konditionen (CNDL)
203 = Brutto Wert = Brutto Preis*Menge Hinweis: Immer ohne Steuer
131 = Summe aller zu-/Abschläge auf Positionsebene(CNDL)
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
LineAmountQualifier Simple Type
Overview
LineAmountQualifier Restriction of xs:string
Positionsbetrag
Codeliste:
66 = Netto Wert = Brutto Preis*Menge - Konditionen (CNDL)
203 = Brutto Wert = Brutto Preis*Menge Hinweis: Immer ohne Steuer
131 = Summe aller zu-/Abschläge auf Positionsebene(CNDL)
Facette (Aspekt)
MaxLength3
MinLength1
Quelle
<xs:simpleType name="LineAmountQualifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Positionsbetrag</dt>
        <dt>Codeliste:</dt>
        <dt> 66 = Netto Wert  = Brutto Preis*Menge - Konditionen (CNDL)</dt>
        <dt>203 = Brutto Wert = Brutto Preis*Menge  Hinweis: Immer ohne Steuer</dt>
        <dt>131 = Summe aller zu-/Abschläge  auf Positionsebene(CNDL)</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Amount of the position</dt>
        <dt>Code list:</dt>
        <dt> 66 = Net value   = Gross price*Quantity - Conditions</dt>
        <dt>203 = Gross value = Gross price*Quantity  Remark: No Tax included</dt>
        <dt>131 = Sum of all discounts and allowances</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <xs:minLength value="1" />
    <!-- <xs:enumeration value="66"> </xs:enumeration> -->
    <!-- <xs:enumeration value="203"> </xs:enumeration> -->
    <!-- <xs:enumeration value="131"> </xs:enumeration> -->
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3